Autogenerated HTML docs for v1.5.3-rc4 
diff --git a/git-config.html b/git-config.html index 61fa472..6cd6487 100644 --- a/git-config.html +++ b/git-config.html 
@@ -601,9 +601,7 @@  <div class="content">   <pre><tt>; Proxy settings   [core]  - gitproxy="ssh" for "ssh://kernel.org/"   gitproxy="proxy-command" for kernel.org  - gitproxy="myprotocol-command" for "my://"   gitproxy=default-proxy ; for all the rest</tt></pre>   </div></div>   <p>you can set the filemode to true with</p>  @@ -666,7 +664,7 @@  <p>To add a new proxy, without altering any of the existing ones, use</p>   <div class="listingblock">   <div class="content">  -<pre><tt>% git config core.gitproxy '"proxy" for example.com'</tt></pre>  +<pre><tt>% git config core.gitproxy '"proxy-command" for example.com'</tt></pre>   </div></div>   </div>   <h2>CONFIGURATION FILE</h2>  @@ -761,7 +759,7 @@  <div class="content">   <pre><tt># Proxy settings   [core]  - gitProxy="ssh" for "ssh://kernel.org/"  + gitProxy="ssh" for "kernel.org"   gitProxy=default-proxy ; for the rest</tt></pre>   </div></div>   <h3>Variables</h3>  @@ -1885,7 +1883,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Aug-2007 08:42:09 UTC  +Last updated 04-Aug-2007 00:27:12 UTC   </div>   </div>   </body>